EMT Practice Test
1. Question Content...
Question3: What's is true about Kafka brokers and clients from version 0.10.2 onwards?
Question5: Producing with a key allows to...
Question6: How will you find out all the partitions without a leader?
Question7: Where are the ACLs stored in a Kafka cluster by default?
Question9: Which KSQL queries write to Kafka?
Question10: The rule "same key goes to the same partition" is true unless...
Question11: Which of the following is not an Avro primitive type?
Question15: Select the Kafka Streams joins that are always windowed joins.
Question16: How does a consumer commit offsets in Kafka?
Question22: Which of the following is true regarding thread safety in the Java Kafka Clients?
Question23: How often is log compaction evaluated?
Question24: What is the disadvantage of request/response communication?
Question25: Which actions will trigger partition rebalance for a consumer group? (select three)
Question26: What's a Kafka partition made of?
Question27: To read data from a topic, the following configuration is needed for the consumers
Question29: To continuously export data from Kafka into a target database, I should use
Question32: By default, which replica will be elected as a partition leader? (select two)
Question34: Where are KSQL-related data and metadata stored?
Question45: How will you read all the messages from a topic in your KSQL query?
Question46: How will you set the retention for the topic named my-topic to 1 hour?
Question49: What is a generic unique id that I can use for messages I receive from a consumer?